Web Playground

Academy Endpoint

Interactive request form for this API endpoint.

Each card below maps directly to an API endpoint. Query, path, and request body fields are generated from OpenAPI.

Request Routing

The playground switches API hosts based on your daily request count.

Under 500 requests per day, the playground routes to https://mlbb.rone.dev. Above 500 requests per day, it switches to https://openmlbb.fastapicloud.dev (recommended).

Standard

https://mlbb.rone.dev

For 0 - 500 requests per day.

Recommended

https://openmlbb.fastapicloud.dev

Best for 500+ requests per day.

Active base: https://mlbb.rone.dev Standard volume Requests: 0

GET Ranks Details

/web/academy/ranks/{rank_id}

Open Only This

Retrieve details for a specific rank in MLBB by rank ID. Supports query parameter for localization.

Path parameters:

  • rank_id: Rank ID (validated dynamically from current rank list). Minimum: 1, Maximum: 9999.

Query parameters:

  • lang: Language code for localized content (default: en).

The response includes detailed rank data:

  • records: Array of rank entries, each containing:
      • _id: Unique record identifier.
      • configId: Configuration ID.
      • caption: Localized caption (e.g., '236-9999荣耀神话').
      • createdAt: Creation timestamp.
      • createdUser: Creator username.
      • updatedAt: Last update timestamp.
      • updatedUser: Last updater username.
      • data:
          • bigrank: Major rank ID (e.g., 7).
          • bigrank_name: Major rank name (e.g., '荣耀神话').
          • icon: Rank icon URL.
          • rankid_start: Starting rank ID in the range.
          • rankid_end: Ending rank ID in the range.
      • id: Internal record ID.
      • linkId: Linked object references.
      • sort: Sorting index.

This endpoint is useful for:

  • Displaying detailed information about a single rank tier.
  • Explaining its position in the progression system.
  • Guiding players in understanding MLBB's ranking structure.
rank_id path

Rank ID. Maximum is validated dynamically from current rank list. Required. Minimum: 1. Maximum: 9999.

lang query

Language code for localized content.

GET /api/academy/ranks/{rank_id}